home *** CD-ROM | disk | FTP | other *** search
- **********************************************************************
- * HF.SCP
- *
- * This Script is used with my PK-232 to set up HF Mode in that TNC.
- * There are a few parameters that I want to set before commencing HF
- * operations and this Script makes it easy - I don't have to remember all
- * the changes, and I don't have to type them either!
- *
- * For your use, even if you DO use a PK-232, check these things carefully
- * because you might want to change a few of the values I use here. The
- * Script is included to demonstrate the technique, that's all!
- *
- * I have included this Script to demonstrate sending lots of commands to
- * the TNC. You could have ALL your TNC parms included in a Script like
- * this one. Then if you accidentally RESET the TNC or if you have to
- * remove the battery temporarily, or if you just want an easy way to
- * reset all the parms you know work well for you, then you can just run
- * this Script and they will all be restored! Sort of like a TNC Backup.
- *
- *************************************************************************
- *
- * Start in Command Mode
- *
- b
- w 5,cmd:
- g bad
-
- *
- * Then send a command, and wait up to 5 seconds for the TNC's cmd: prompt
- *
- s VHF OFF
- w 5,cmd:
- g bad
-
- s HBAUD 300
- w 5,cmd:
- g bad
-
- s WIDE OFF
- w 5,cmd:
- g bad
-
- s FRACK 6
- w 5,cmd:
- g bad
-
- s TXDELAY 60
- w 5,cmd:
- g bad
-
- s PACLEN 20
- w 5,cmd:
- g bad
-
- s MAXFRAME 1
- w 5,cmd:
- g bad
-
- s RESP 0
- w 5,cmd:
- g bad
-
- s MONITOR 6
- w 5,cmd:
- g bad
-
- r
-
- :bad
- e Something has gone wrong!
- q
-